Autogenerated HTML docs for v1.5.3-rc4 
diff --git a/RelNotes-1.5.3.txt b/RelNotes-1.5.3.txt index 03d1843..21bb1fc 100644 --- a/RelNotes-1.5.3.txt +++ b/RelNotes-1.5.3.txt 
@@ -47,8 +47,8 @@  renaming history of a single file.    - "git-filter-branch" lets you rewrite the revision history of - the current branch, creating a new branch. You can specify a - number of filters to modify the commits, files and trees. + specified branches. You can specify a number of filters to + modify the commits, files and trees.    - "git-cvsserver" learned new options (--base-path, --export-all,  --strict-paths) inspired by git-daemon. @@ -274,6 +274,6 @@    --  exec >/var/tmp/1 -O=v1.5.3-rc3-119-g50cff52 +O=v1.5.3-rc4  echo O=`git describe refs/heads/master`  git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint 
diff --git a/config.txt b/config.txt index 3135cb7..de9e72b 100644 --- a/config.txt +++ b/config.txt 
@@ -101,7 +101,7 @@   	# Proxy settings 	[core] -	gitProxy="ssh" for "ssh://kernel.org/" +	gitProxy="ssh" for "kernel.org" 	gitProxy=default-proxy ; for the rest    Variables 
diff --git a/git-config.html b/git-config.html index 61fa472..6cd6487 100644 --- a/git-config.html +++ b/git-config.html 
@@ -601,9 +601,7 @@  <div class="content">   <pre><tt>; Proxy settings   [core]  - gitproxy="ssh" for "ssh://kernel.org/"   gitproxy="proxy-command" for kernel.org  - gitproxy="myprotocol-command" for "my://"   gitproxy=default-proxy ; for all the rest</tt></pre>   </div></div>   <p>you can set the filemode to true with</p>  @@ -666,7 +664,7 @@  <p>To add a new proxy, without altering any of the existing ones, use</p>   <div class="listingblock">   <div class="content">  -<pre><tt>% git config core.gitproxy '"proxy" for example.com'</tt></pre>  +<pre><tt>% git config core.gitproxy '"proxy-command" for example.com'</tt></pre>   </div></div>   </div>   <h2>CONFIGURATION FILE</h2>  @@ -761,7 +759,7 @@  <div class="content">   <pre><tt># Proxy settings   [core]  - gitProxy="ssh" for "ssh://kernel.org/"  + gitProxy="ssh" for "kernel.org"   gitProxy=default-proxy ; for the rest</tt></pre>   </div></div>   <h3>Variables</h3>  @@ -1885,7 +1883,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Aug-2007 08:42:09 UTC  +Last updated 04-Aug-2007 00:27:12 UTC   </div>   </div>   </body>  
diff --git a/git-config.txt b/git-config.txt index 8451ccc..c3dffff 100644 --- a/git-config.txt +++ b/git-config.txt 
@@ -214,9 +214,7 @@   	; Proxy settings 	[core] -	gitproxy="ssh" for "ssh://kernel.org/" 	gitproxy="proxy-command" for kernel.org -	gitproxy="myprotocol-command" for "my://" 	gitproxy=default-proxy ; for all the rest    you can set the filemode to true with @@ -291,7 +289,7 @@  To add a new proxy, without altering any of the existing ones, use    ------------ -% git config core.gitproxy '"proxy" for example.com' +% git config core.gitproxy '"proxy-command" for example.com'  ------------